docs: Remove mention of queue_draw_area()
authorBenjamin Otte <otte.benjamin@googlemail.com>
Tue, 4 Jun 2019 14:59:32 +0000 (14:59 +0000)
committerBenjamin Otte <otte.benjamin@googlemail.com>
Tue, 4 Jun 2019 14:59:32 +0000 (14:59 +0000)
and queue_draw_region(). They're gone since 73650c6da2b6171d10633038f74088980e8a7fc7.

gtk/gtkdrawingarea.c

index 9afd4e3cc8d9eee0c50dd8e72f03e3b0c57975f8..372a7e413ac69b862f2bcffce28f67ad3c412352 100644 (file)
@@ -116,8 +116,7 @@ static GParamSpec *props[LAST_PROP] = { NULL, };
  * The draw function is normally called when a drawing area first comes
  * onscreen, or when it’s covered by another window and then uncovered.
  * You can also force a redraw by adding to the “damage region” of the
- * drawing area’s window using gtk_widget_queue_draw_region(),
- * gtk_widget_queue_draw_area() or gtk_widget_queue_draw().
+ * drawing area’s window using gtk_widget_queue_draw().
  * This will cause the drawing area to call the draw function again.
  *
  * The available routines for drawing are documented on the